-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Рефакторинг #141
Рефакторинг #141
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Круто! Тесты к CFPQ теперь выглядят вообще мило
Я правильно понимаю, что у нас здесь правки, которые не должны ничего сломать и их можно будет влить до экзамена? |
Угу. По крайней мере у меня всё локально работало исправно |
И раз уж пошло такое дело, то надо issues пересмотреть. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну и конфликты порешать.
@pytest.fixture(scope="function", params=range(8)) | ||
def graph(request) -> MultiDiGraph: | ||
fun = random.choice(funcs) | ||
# task 6 takes a long time if there are ranges [1, 100] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Интересно, почему. По идее, 100 вершин --- ерунда.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зафиксировал в #144
Put constants into one file, make some reusable helper functions and template of rpq and cfpq test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Два мелких вопроса, в остальном супер
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Совсем мелкая претензия: это уже просто template_tests.py
или что-то в этом духе :)
No description provided.